home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2009 February
/
PCWFEB09.iso
/
Software
/
Linux
/
Kubuntu 8.10
/
kubuntu-8.10-desktop-i386.iso
/
casper
/
filesystem.squashfs
/
usr
/
share
/
doc
/
kbd
/
keysyms.h.info
< prev
next >
Wrap
Text File
|
2008-03-13
|
260b
|
10 lines
jrv@vanzandt.mv.com (Jim Van Zandt) writes:
I have found that I can construct the definitions of
the keysyms with the command
dumpkeys --long-info | awk '/^0x0000/, /^$/ {
if(/^$/) exit;
printf("#define KS_%-22s %s\n", $2, $1);
}' >keysyms.h